From: Victor Vasiliev Date: Mon, 17 Mar 2008 15:25:03 +0000 (+0000) Subject: Yes, and also I forgot autoloader X-Git-Tag: 1.31.0-rc.0~49053 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=7748bcdfb0a85d76ebb59cad8b5b48569240cb5e;p=lhc%2Fweb%2Fwiklou.git Yes, and also I forgot autoloader --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 89eb92312d..8638024016 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -333,6 +333,7 @@ function __autoload($className) { 'ApiPageSet' => 'includes/api/ApiPageSet.php', 'ApiParamInfo' => 'includes/api/ApiParamInfo.php', 'ApiParse' => 'includes/api/ApiParse.php', + 'ApiQueryAllImages' => 'includes/api/ApiQueryAllImages.php', 'ApiQueryAllCategories' => 'includes/api/ApiQueryAllCategories.php', 'ApiQueryAllLinks' => 'includes/api/ApiQueryAllLinks.php', 'ApiQueryAllmessages' => 'includes/api/ApiQueryAllmessages.php',